home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
misc
/
motfreeware.lha
/
MotorolaFreeware
/
Examples
/
Example
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-07-29
|
282 b
|
10 lines
echo "Example as11 assembly using script"
echo "Make sure disk is not write protected."
wait 3 secs
;cd to directory having source code if necessary
;and use full path name for assemblers
as11 Main.asm -l ;assemble with listing to console
echo ""
echo "Done Assembling"
wait 5 secs